home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / contrib / aisoshad / makefile.djg < prev    next >
Encoding:
Makefile  |  1996-07-16  |  506 b   |  25 lines

  1. #
  2. # This is the make file for the illustrt program using DJGCC on the IBMPC.
  3. #
  4. #                    Gershon Elber, June 1993
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS    = illustrt.obj intersct.obj spltsort.obj
  10.  
  11. illustrt.exe:    $(OBJS)
  12.     $(CC) $(CFLAGS) -o illustrt @&&!
  13. $(OBJS) $(LIBS) $(MORELIBS) -lm
  14. !
  15.     strip illustrt
  16.     aout2exe illustrt
  17.     del illustrt
  18.  
  19. install: illustrt.exe
  20.     copy illustrt.exe $(BIN_DIR_DOS)
  21.     del  illustrt.exe
  22.     copy illustrt.cfg $(BIN_DIR_DOS)
  23.  
  24. # Dependencies starts here - do not touch, generated automatically.
  25.